/*!
Theme Name: Sapien Wallet
Theme URI: http://underscores.me/
Author: Anton Honchar
Author URI: https://honchar-development.com
Description: Theme for crypto application site.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sw
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/*--------------------------------------------------------------
>>> Add your own styles:
--------------------------------------------------------------*/

.site-header.stickytop {
    position: fixed;
    top: 0;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 5px 20px rgba(14, 27, 110, 0.25);
    z-index: 9;
    /* transition: all 0.3s linear; */
}

.site-header{
    transition: all 0.3s linear;
}

.bg-page {
    background-image: url("assets/images/bg-bitcoin.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.wp-block-media-text__media {
    padding: 20px;
}

.wp-block-media-text__content {
    padding-left: 0 !important;
}

.breadcrumbs span[property="name"] {
    display: inline-block;
    padding: 0;
    margin-top: -3px;
    vertical-align: middle;
    max-width: 60px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.slick-initialized .slick-slide {
    outline: none;
}

.reviews-dots button {
    outline: none;
}

.d-none {
    display: none;
}

.v-h {
    height: 100vh !important;
}


.home-header {
    position: absolute;
    z-index: 1;
    background: transparent;
}

.home-header .buy-with-card, .home-header .contact-link, .home-header .button-app-download {
    display: block;
}

.buy-with-card, .contact-link, .button-app-download {
    display: none;
}

#stars {
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0.8;
    position: absolute;

}


.banner-feature a {
    text-decoration: none;
}

/* Language Button */
.laguage-switcher {
    margin-right: auto;
}

.laguage-switcher a {
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: var(--blue);
}

.wpm-language-switcher.switcher-list {
    display: flex;
    height: 100%;
}

.wpm-language-switcher.switcher-list li {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .2s linear;
    border-bottom: 2px solid transparent;
}

.wpm-language-switcher.switcher-list li:hover,
.wpm-language-switcher.switcher-list li.active {
    border-color: #0E1B6E;
}

.wpm-language-switcher.switcher-list li:not(:last-child) {
    margin-right: 24px;
}

.wpm-language-switcher.switcher-list li span,
.wpm-language-switcher.switcher-list li a {
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: var(--blue);
    text-transform: uppercase;
}

.wpm-language-switcher.switcher-list li.active span {
    font-weight: bold;
    font-size: 17px;
}

.breadcrumbs * {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.5;
    color: #717EA7;
    text-decoration: none;
}

.breadcrumbs .current-item {
    color: #0E1B6E;
}

.breadcrumbs .container > span {
    margin-left: 5px;
    margin-right: 5px;
}

/*.wpm-language-switcher.switcher-list li a {*/
/*    text-decoration: none;*/
/*}*/

/*.wpm-language-switcher.switcher-list li a > span {*/
/*    font-family: 'Roboto', sans-serif;*/
/*    padding: 4px;*/
/*    border-radius: 15px;*/
/*    color: #152172;*/
/*}*/

/*.wpm-language-switcher.switcher-list li.active span>span {*/
/*    font-family: 'Roboto', sans-serif;*/
/*    color: #F1F7FF;*/
/*    background: #152172;*/
/*    border-radius: 15px;*/
/*    padding: 6px;*/
/*}*/

/* Download App Button */

/*.home-header .button-app-download a {*/
/*    background: #fff;*/
/*    padding: 10px;*/
/*    border-radius: 10px;*/
/*    color: #152172 !important;*/
/*	transition: all 0.6s;*/
/*}*/

/*.home-header .button-app-download a:hover {*/
/*    background: #152172;*/
/*    padding: 10px;*/
/*    border-radius: 10px;*/
/*    color: #fff !important;*/
/*}*/

/*.button-app-download a {*/
/*    background: #152172;*/
/*    padding: 15px;*/
/*    border-radius: 10px;*/
/*    color: #fff !important;*/
/*}*/

.banner-info_image-buttons a img {
    transition: all 0.6s;
}

.show_more {
    transition: all 0.6s;
}

.show_more:hover {
    background: transparent;
    padding: 10px 15px;
    border-radius: 10px;
    color: #152172;
    border: 1px solid #152172;
}

.whitepaper, .make-action {
    transition: all 0.6s;
}

.whitepaper:hover, .make-action:hover {
    background: #152172;
    color: #fff;
}

/* Home Contact Form */
.form-input {
    margin-bottom: 25px;
}

.form-input input, .form-input textarea, #comment {
    background: #F1F7FF;
    border-radius: 20px;
    border: none;
    padding: 15px;
}

#comment {
    background: #fff;
    border-radius: 20px;
    border: none;
    padding: 15px;
}

#commentform input {
    background: #fff;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 37px;
    border-radius: 15px;
    padding: 5px 20px;
    cursor: pointer;
    border: none;
}

#commentform #submit {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400 !important;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    background: #283587;
    padding: 10px 10px;
    border-radius: 8px;
    display: inline-block;
}

.form-submit input {
    background: #283587;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 37px;
    color: #F1F7FF;
    border: none;
    border-radius: 15px;
    padding: 5px 20px;
    cursor: pointer;
}

::placeholder {
    font-family: 'Poppins', sans-serif;
    color: grey;
    font-size: 14px;
}

/*.show_more {*/
/*    background: #152172;*/
/*    padding: 10px 15px;*/
/*    border-radius: 10px;*/
/*    color: #F1F7FF;*/
/*    border: 1px solid #152172;*/
/*    outline: none;*/
/*    cursor: pointer;*/
/*}*/

.whitepaper {
    background: #F1F7FF;
    padding: 10px 15px;
    border-radius: 10px;
    color: #152172;
    border: 1px solid #152172;
    outline: none;
    cursor: pointer;
}

/*.make-action {*/
/*    background: transparent;*/
/*    padding: 10px 15px;*/
/*    border-radius: 10px;*/
/*    color: #152172;*/
/*    border: 1px solid #152172;*/
/*    outline: none;*/
/*    cursor: pointer;*/
/*}*/

.countdown {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    text-align: center;
}

.countdown > div {
    display: inline-block;
}

.countdown > div > span {
    display: block;
    text-align: center;
}

.countdown-container {
    margin: 0 3px;
}

.countdown-container .countdown-heading {
    font-size: 11px;
    margin: 3px;
    color: #666
}

.countdown-container .countdown-value {
    font-size: 40px;
    background: #152172;
    padding: 10px;
    color: #F1F7FF;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    border-radius: 5px;
}